home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / wnode21.arc / WNODE.DOC < prev    next >
Text File  |  1992-01-15  |  5KB  |  204 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                                   Window Node
  19.                                 ──────────────
  20.  
  21.                           Version 2.1 - December 1991
  22.  
  23.                                Nodelist compiler
  24.  
  25.  
  26.             (C) Copyright 1991 Silvan Calarco, FidoNet 2:334/100.2
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.         Documentation by:  Franco Schinco, FidoNet 2:334/100.0
  58.                            Stefania Falleni, FidoNet 2:334/101.0
  59.         
  60.  
  61.             WNode 2.1  -  Copyright 1991 Silvan Calarco  12/10/91
  62.  
  63.                                  INTRODUCTION
  64.  
  65.         WNode is a  new nodelist compiler,  extremely fast and  reliable.
  66.         Compiled  files  take  little  space  on  disk  and allow a quick
  67.         searching for all nodelist fields.
  68.         It is  released with  structures and  a Turbo  Pascal unit  which
  69.         takes  care  of  all  low-level  nodelist  procedures  and  makes
  70.         implementation in old and new programs very easy.
  71.  
  72.  
  73.  
  74.                                     THANKS
  75.  
  76.         I  would  like  to  thank  all  beta  testers  for their help and
  77.         contribution in WNode  development: Ugo Uggetti,  Andrea Mennini,
  78.         Massimo Gentilini,  Marco Maccaferri,  Cesare Dieni,  Luca Leone,
  79.         Roberto Piola, Alberto Enna.
  80.  
  81.         Special thanks are due to the following people:
  82.  
  83.                 -     Franco Schinco, for the original idea.
  84.  
  85.                 -     Franco Carcillo,  who encouraged  me in carring  on
  86.                       WNode project.
  87.  
  88.                 -     ....all  the  people I forgot  about and to  whom I
  89.                       address my most sincere Grazie!.....
  90.         
  91.  
  92.             WNode 2.1  -  Copyright 1991 Silvan Calarco  12/10/91
  93.  
  94.                                  USAGE LICENSE
  95.  
  96.         WNode is  released as  Public Domain.  You are  encouraged to add
  97.         support for WNode compiled nodelist files in your programs.
  98.  
  99.         Whoever can redistribute WNode,  provided that it remains  in the
  100.         original package and that no amount of money is asked for it.  In
  101.         no circumstance  at all  WNode can  be modified  without author's
  102.         permission.
  103.  
  104.         No WNode sources, in whatever version, will be released.
  105.  
  106.         In no case author shall be  liable because of data loss or  other
  107.         relative to the  use of WNode;  no guarantee is  given on correct
  108.         functioning of program, except for space occupation on disk.
  109.  
  110.         If someone finds  problems in using  WNode, please refer  them to
  111.         2:334/100.2 : time allowing, all will be answered.
  112.  
  113.  
  114.                                  Silvan Calarco, FidoNet  2:334/100.2
  115.                                            V. L. da Vinci 177
  116.                                        10095  GRUGLIASCO (TURIN)
  117.                                                  ITALY
  118.         
  119.  
  120.             WNode 2.1  -  Copyright 1991 Silvan Calarco  12/10/91
  121.  
  122.                                  INSTALLATION
  123.  
  124.         In WNODE distribution archive, the following files have been
  125.         included:
  126.  
  127.               WNODE.EXE     Executable program
  128.  
  129.               WNODE.CTL     Configuration file
  130.  
  131.               WNODE.DOC     Documentation
  132.  
  133.               WNODE.PAS     Turbo Pascal unit to use WNode compiled files
  134.  
  135.               WNLDEMO.PAS   Example program on how to use WNode files
  136.  
  137.               WNSTUCT.DOC   Structures of compiled files
  138.  
  139.  
  140.  
  141.         To install WNode:
  142.  
  143.          1) Uncompact   WNODE.EXE  and WNODE.CTL .
  144.  
  145.          2) Configurate WNode in a way suitable  for your system.
  146.  
  147.          3) Run WNODE.EXE .
  148.         
  149.  
  150.             WNode 2.1  -  Copyright 1991 Silvan Calarco  12/10/91
  151.  
  152.                                  CONFIGURATION
  153.  
  154.         WNode takes the information  about its configuration from  a file
  155.         called  WNODE.CTL:   please  read   WNODE.CTL  carefully    while
  156.         configuring WNode.
  157.         If present, WNode  will read WMAIL.PRM  or WEDIT.PRM to  find the
  158.         destination path for compiled  files, otherwise it will  put them
  159.         in the directory specified in WNODE.CTL.
  160.  
  161.         WNode supports FrontDoor point nodelist for 4D point addressig.
  162.  
  163.         Currently, the programs who support WNode nodelist files are:
  164.  
  165.          - WMail 2.1 or above
  166.          - WEdit 2.0 or above
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.                            * End of documentation * 
  203.         
  204.